home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Novinky / Becherovka / KoktejlovePexeso-oldes / pexeso.swf / scripts / DefineButton2_279 / BUTTONCONDACTION on(release).as
Text File  |  2000-12-04  |  103b  |  8 lines

  1. on(release){
  2.    tellTarget("../deska")
  3.    {
  4.       gotoAndStop("hra");
  5.    }
  6.    gotoAndStop(1);
  7. }
  8.